home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / amigaoscd / amigapluscd / AP-Website / news / admin / phpmyadmin / README < prev    next >
Text File  |  2002-01-27  |  4KB  |  101 lines

  1. phpMyAdmin - Readme
  2.  
  3.   A set of PHP3-scripts to adminstrate MySQL over the WWW.
  4.  
  5.   Version 2.1.0 - 08/06/2000
  6.   http://www.phpwizard.net/projects/phpMyAdmin/
  7.  
  8.     Copyright (C) 1998-2000 Tobias Ratschiller <tobias@phpwizard.net>
  9.  
  10.     This program is free software; you can redistribute it and/or modify
  11.     it under the terms of the GNU General Public License as published by
  12.     the Free Software Foundation; either version 2 of the License, or
  13.     (at your option) any later version.
  14.  
  15.     This program is distributed in the hope that it will be useful,
  16.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.     GNU General Public License for more details.
  19.  
  20.     You should have received a copy of the GNU General Public License
  21.     along with this program; if not, write to the Free Software
  22.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  23.  
  24.   Requirements: 
  25.     PHP3
  26.     MySQL (tested with 3.21.x, 3.22.x and 3.23.x
  27.     a web-browser (doh!)
  28.                 
  29.   Summary:
  30.     phpMyAdmin is intended to handle the adminstration of MySQL over the WWW.
  31.     Currently it can:
  32.     - create and drop databases
  33.     - create, copy, drop and alter tables
  34.     - delete, edit and add fields
  35.     - execute any SQL-statement, even batch-queries
  36.     - manage keys on fields
  37.     - load text files into tables
  38.     - create and read dumps of tables
  39.     - export and import CSV data
  40.     - administer one single database
  41.  
  42.   Download:
  43.     You can get the newest version at http://www.phpwizard.net/projects/phpMyAdmin/.
  44.  
  45.   Credits:
  46.     This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea 
  47.     to create a web-based interface to MySQL using PHP3. Although I have not
  48.     used any of his source-code, there are some concepts I've borrowed from 
  49.     him. phpMyAdmin was created because Peter told me he wasn't going to further 
  50.     develop his (great) tool.
  51.     Thanks go to 
  52.     - Amalesh Kempf <ak-lsml@living-source.com> who contributed the code for 
  53.       the check when dropping a table or database. He also suggested that you
  54.       should be able to specify the primary key on tbl_create.php3. To version
  55.       1.1.1 he contributed the ldi_*.php3-set (Import text-files) as well as
  56.       a bug-report. Plus many smaller improvements.
  57.     - Jan Legenhausen <jan@nrw.net>: He made many of the changes that were
  58.       introduced in 1.3.0 (including quite significant ones like the 
  59.       authentification). For 1.4.1 he enhanced the table-dump feature. Plus
  60.       bug-fixes and help.
  61.     - Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca> made phpMyAdmin language-
  62.       independent by outsourcing the strings to a separate file. He also
  63.       contributed the French translation.
  64.     - Alexandr Bravo <abravo@hq.admiral.ru> who contributed tbl_select.php3,
  65.       a feature to display only some fields from a table.
  66.     - Chris Jackson <chrisj@ctel.net> added support for MySQL functions in 
  67.       tbl_change.php3. He also added the "Query by Example" feature in 2.0.
  68.     - Dave Walton <walton@nordicdms.com> added support for multiple servers and
  69.       is a regular contributor for bug-fixes.
  70.     - Gabriel Ash <ga244@is8.nyu.edu> contributed the random access features
  71.       for 2.0.6.
  72.     The following people have contributed minor changes, enhancements, bugfixes
  73.     or support for a new language:
  74.     Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann, Alexander Leidinger,
  75.     Kiko Albiol, Daniel C. Chao, Pavel Piankov, Sascha Kettler, Joe Pruett, 
  76.     Renato Lins, Mark Kronsbein, Jannis Hermanns, G. Wieggers.
  77.  
  78.     And thanks to everyone else who sent me email with suggestions, bug-reports and
  79.     or just some feedback.
  80.    
  81.   Installation:
  82.     Please see the INSTALL file.
  83.     For info on configuration have a look Documentation.html
  84.   
  85.   ChangeLog:
  86.     Now in ChangeLog
  87.   
  88.   Documentation:
  89.     Basic documentation available in Documentation.html
  90.  
  91.     Enjoy,
  92.         Tobias Ratschiller
  93.  
  94.   PS: Please, don't send me emails with question like "How do I compile
  95.       PHP3 with MySQL-support". I do answer all emails regarding 
  96.       phpMyAdmin, but I just don't have the time to be your free helpdesk.
  97.       Please send your questions to the appropiate mailinglists.
  98.       Before contacting me, please read the Documentation.html (esp. the FAQ-
  99.       part).
  100.  
  101.